home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / mpegnt.zip / README.1ST < prev    next >
Text File  |  1993-03-16  |  5KB  |  122 lines

  1. This archive contains my port (alpha version) to Windows NT(tm) and Win32s
  2. of the berkeley Public Domain MPEG player.
  3.  
  4. WARNING this is code is very buggy so use it at your own risk.
  5. Read all of this file before running the player.
  6.  
  7. I suggest that you close any running applications before running this player.
  8.  
  9. To run this program under Windows 3.1 you will need a copy the the Win32s
  10. runtime this can be found in the Spice4?.zip files in the /pub/pc/win3/nt
  11. directory on ftp.cica.indiana.edu.
  12. It is also include on the October 92 Win32 SDK CD-ROM.
  13.  
  14. For Win32s+Window3.1 users I also suggest you restart windows and/or reboot
  15. your machine after running the player.
  16.  
  17. This player can Play both Xing(tm) 160x120 MPEG movies and standard
  18. 320x240 encoded movies.
  19.  
  20. Note at present only the 24bit full color ditherer is implemented. This means
  21. that dithering the image down to 256 or 16 colors is done via the Windows
  22. DIB's driver. For best results you need either a 24bit or 15bit (hicolor)
  23. graphics card. Using Hicolor mode gives much better images than the Xing(tm)
  24. Player.
  25. At present I am working on getting the other ditherers working.
  26.  
  27. This player has been run on the following two machines:
  28.  
  29. (1) OPTI 486DX33 with 8Mb,Trident 1MB Video card in 640x480x16 Mode,120MB 
  30.     Hard disk and running Windows NT(tm).
  31.  
  32. (2) SMI 486DX33 with 8Mb,ATI 2MB ULTRA + in 800x600x65K Mode, 200MB Hard disk 
  33.     and runing Win32s and Windows 3.1. 
  34.  
  35. It may not run on a machine with only 4Mb.
  36.  
  37. To install the player copy the files to your hard disk then create a new
  38. program item by selecting the Program Manager File/New menu item.
  39.  
  40. There are two versions of the player included mpegplay.exe and mpegply2.exe.
  41. mpegply2 is the same as mpegplay.exe but attempt to completly hog the cpu.
  42. The machine will not respond to any input while it is playing movies.
  43.  
  44. To Play a movie perform the following:
  45. (1) Start the player either from the NT command prompt or via the 
  46.     Program Manager.
  47. (2) Select the Open Menu item from the File Menu.
  48. (3) type "*.mpg" into the file name dialog box.
  49. (4) select the file you wish to play.
  50. (5) Select Play from the Movie Menu
  51. (6) The movie will now play.
  52. (7) if you are running the mpegplay.exe player you may select Stop
  53.     from the Movie Menu and then Open another movie for playing.
  54.     Note - The player will Exit when/if it gets to the end of the Movie.
  55.  
  56.  
  57. The "Actual Size" and "Stretch to Window" options in the Display Menu
  58. determine whether the movie images are displayed as actual size (centered
  59. in the middle of the windows client area) or scaled to fill the windows
  60. entire client area.
  61. The Player will also play as an Icon if Iconified.
  62.  
  63. This player is very easy to cash.
  64.  
  65. Some known Bugs are
  66. (1) image is horizontally flipped.(Hey at least its not upside down!).
  67. (2) Player will cash if another movie is opened while the current movie
  68.     is playing.
  69. (3) Stretch to window and Iconic play back modes are not functioning
  70.     under win32s.
  71. (4) The common dialog box file selection filters are not working.
  72. (5) Fails to free memory after exit.
  73.  
  74.  
  75. The file txtfiles.zip contains the original berkeley text files.
  76. The original Unix Xwindows C source can be obtained by anon ftp from
  77. toe.cs.berkeley.edu in the /pub/multimedia/mpeg directory
  78.  
  79. The following copyright message is from the original Mpeg players source code.
  80.  
  81. /*
  82.  * Copyright (c) 1992 The Regents of the University of California.
  83.  * All rights reserved.
  84.  * 
  85.  * Permission to use, copy, modify, and distribute this software and its
  86.  * documentation for any purpose, without fee, and without written agreement is
  87.  * hereby granted, provided that the above copyright notice and the following
  88.  * two paragraphs appear in all copies of this software.
  89.  * 
  90.  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  91.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  92.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  93.  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  94.  * 
  95.  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  96.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  97.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  98.  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  99.  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  100.  */
  101.  
  102. also
  103.  
  104. IN NO EVENT SHALL I MICHAEL SIMMONS BE LIABLE TO ANY PARTY FOR
  105. DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  106. OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF I MICHAEL SIMMONS
  107. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  108.  
  109. I MICHAEL SIMMONS SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  110. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  111. AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  112. ON AN "AS IS" BASIS, AND I MICHAEL SIMMONS HAS NO OBLIGATION TO
  113. PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  114.  
  115.  
  116. The next release of this player should be much more stable.
  117.  
  118. Please send suggestions and comments to msimmons@ecel.uwa.edu.au
  119.  
  120. Windows NT(tm) is a trademark of Microsoft Corporation.
  121. Xing(tm) is a trademark of Xing.
  122.